home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-24 | 862 b | 32 lines | [TEXT/MPS ] |
- #
- # verify-menu
- # MPW Shell script
- # Malcolm H. Teas
- # Apple Computer, Inc.
- #
- # Function:
- # Setup a menu for the Localization Verifier. All the scripts in the Verifier are
- # accessed directly or indirectly from here.
- #
- # In & Outputs:
- # None.
- #
-
- # Make the menu.
- addmenu "Verify" "Check Disk Changes…" '∂
- check-disk d'
- addmenu "Verify" "Check Folder Changes…" '∂
- check-disk f'
- addmenu "Verify" "(-" '∂
- beep'
-
- # Spacing is very important in this item. There are non-breaking spaces in
- # the command line (made with option-space) and the spaces are counted out so
- # they balance in the alert box.
- addmenu "Verify" "About Localization Verifier…" '∂
- alert -s "∂
- Localization Verifier v1.0a12 ∂n∂
- Malcolm H. Teas & Kerry Laidlaw∂n∂n∂
- Tester and Chief Cookie Monster - Beth Clark∂n∂
- © Apple Computer, Inc. 1990-92. All rights reserved."'
-